|
|
|
BlueCielo Meridian Asset Management Module 2012 Administrator's Guide | BlueCielo ECM Solutions |
Depending on the implementation of the maintenance management system, data may be available in values or objects in the user’s Session object. For example, if the application is running on Internet Information Services and it stores a reference to the user’s selected object in the Session object and this object has an ID property, then the URL can be constructed using code similar to the following ASP code:
<iframe name="BlueCielo Meridian Asset Managenent Module"
src=" http://<ServerName>/ExplorerClient/Home.aspx?
ID=<%Session("CurrentObject").ID%>">
</iframe>
Note This code must run on the web server because the Session object is not available in the browser on the client.
Related concepts
Understanding the generic integration
Integrating with other maintenance management systems
Understanding the maintenance management system requirements
About integrating with a web-based system
About integrating with a Windows-based system
Related tasks
Retrieving arguments from an API
Copyright © 2000-2012 BlueCielo ECM Solutions |